projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586d60d
)
add transfer-none to return value of gtk_widget_get_window
author
John (J5) Palmieri
<johnp@redhat.com>
Mon, 7 Jun 2010 22:20:36 +0000
(18:20 -0400)
committer
John (J5) Palmieri
<johnp@redhat.com>
Mon, 7 Jun 2010 22:21:21 +0000
(18:21 -0400)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index c8f780f312ae7d813fc0db2c319d3e97b494a292..63b7cb050c4cc292d2d951c18e18dff74f3ab33f 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-11445,7
+11445,7
@@
gtk_widget_set_window (GtkWidget *widget,
*
* Returns the widget's window if it is realized, %NULL otherwise
*
- * Return value: @widget's window.
+ * Return value:
(transfer none):
@widget's window.
*
* Since: 2.14
*/